ComponentOne ASP.NET MVC Controls
SelectedMemberPath Method

C1.Web.Mvc.Fluent Namespace > MultiAutoCompleteBuilder<T> Class : SelectedMemberPath Method
The value.
Configurates C1.Web.Mvc.MultiAutoComplete<T>.SelectedMemberPath. Sets the name of the property used to control which item will be selected.
Syntax
'Declaration
 
Public Function SelectedMemberPath( _
   ByVal value As String _
) As MultiAutoCompleteBuilder(Of T)
public MultiAutoCompleteBuilder<T> SelectedMemberPath( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

MultiAutoCompleteBuilder<T> Class
MultiAutoCompleteBuilder<T> Members